body,
html {
  font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
  font-size: 14px;
  min-width: 1400px;
  padding: 0;
  margin: 0;
}

ul,
li,
p {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:link,
a:focus {
  color: inherit;
  text-decoration: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.c-full {
  width: 100%;
}

.c-container {
  width: 1200px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.clear {
  clear: both;
}

h1,
h2,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-tel {
  padding: 0 20px;
  height: 30px;
  background-color: #f28e2e;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  display: inline-block;
}

.top-tel img {
  vertical-align: middle;
}

.header {
  padding-top: 26px;
}

.h-right {
  text-align: right;
}

.h-left {
  padding-top: 32px;
}

.h-left img {
  height: 53px;
  width: auto;
}

.hd-nav {
  padding-top: 16px;
  position: relative;
  height: 60px;
  width: 100%;
  color: #202426;
  font-size: 16px;
  line-height: 60px;
}

.hd-nav li {
  display: inline-block;
  position: relative;
}

.hd-nav li a {
  padding: 0 35px;
}
.nav-1 li{
  width: 150px;
}
.hd-nav li:hover .nav-1 {
  height: 500px;
  display: block;
}

.hd-nav .nav-f {
  margin-right: -35px;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-1 {
  -webkit-transition: all .6s linear;
  transition: all .6s linear;
  max-height: 0;
  display: none;
  z-index: 20;
  bottom: 0;
  position: absolute;
  background: #f28e2e;
  background: #f28e2ec4;
  line-height: 45px;
  color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 100%;
}

.nav-1 li {
  word-break: keep-all;
  white-space: nowrap;
  height: 45px;
  width: 100%;
  text-align: center;
  background: #f28e2e;
  background: #f28e2ec4;
  display: inline-block;
}

.nav-1 li a {
  padding: 0 10px;
}

.nav-1 li:hover {
  background: #f28e2e;
}

.nav-1 li:hover .nav-2 {
  max-height: 500px;
}

.nav-2 {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .6s linear;
  transition: all .6s linear;
}

.nav-2 li {
  color: #fff;
}

.top-a:hover, .top-a.active {
  position: relative;
}

.top-a:hover:after, .top-a.active:after {
  content: '';
  height: 4px;
  width: 50%;
  background: #f28e2e;
  position: absolute;
  bottom: -22px;
  left: 26%;
}

.swiper-wrapper img {
  width: 100%;
  height: 100%;
}

.banner-box {
  overflow: hidden;
  /* min-height: 400px; */
}

.cat-title {
  width: 284px;
  height: 127px;
  border: 3px solid #ebebeb;
  border-radius: 5px;
  margin-left: 60px;
}

.cat-title .cat-dir {
  font-family: Rockwell;
  font-size: 30px;
  margin-top: 30px;
  padding-top: 8px;
  background: #fff;
  margin-left: -60px;
  position: relative;
  display: inline-block;
}

.cat-title .cat-dir:after {
  position: absolute;
  content: '';
  right: -41px;
  top: 60%;
  height: 1px;
  width: 90px;
  background: #f28e2e;
}

.cat-title .cat-name {
  margin-left: -60px;
  font-size: 18px;
  color: #202426;
  background: #fff;
  padding-top: 5px;
  padding-bottom: 12px;
}

.col-5 {
  width: 50%;
}

.ab-c {
  padding-top: 39px;
  display: none;
}

.ab-c.active {
  display: block;
}

.ab-nav {
  margin-top: 38px;
}

.ab-nav li {
  float: left;
  width: 92px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #202426;
  border: 1px solid #f4f4f4;
  margin-right: 28px;
}

.ab-nav li.active, .ab-nav li:hover {
  background-color: #f28e2e;
  color: #fff;
}

.ab-title {
  font-size: 18px;
}

.ab-des {
  font-size: 14px;
  line-height: 1.93;
  color: #636363;
  text-indent: 20px;
  text-align: justify;
  width: 50%;
  height: 162px;
  overflow: hidden;
}

.line-83 {
  width: 83px;
  height: 2px;
  background: #f28e2e;
  margin: 23px 0 14px 0;
}

.ab-but {
  color: #636363;
  text-align: right;
  margin-top: 22px;
  width: 50%;
}

.ab-but:hover {
  color: #f28e2e;
}

.ab-but:hover .half-arrow {
  margin-left: 20px;
}

.half-arrow {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  font-size: 28px;
  display: inline-block;
  line-height: 30px;
  overflow: hidden;
  height: 17px;
  margin-bottom: 4px;
  margin-left: 14px;
}

.ab-left {
  position: relative;
  padding: 85px 0;
}

.ab-right {
  position: absolute;
  bottom: 85px;
  right: 0;
  max-width: 538px;
  height: auto;
}

.ab-more {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 93px;
  height: 85px;
  line-height: 85px;
  color: #fff;
  font-size: 60px;
  background: #f28e2e;
  text-align: center;
  background: url(../images/more.png) no-repeat;
  background-size: cover;
}

.c-por-bg {
  background: #f8f8f8;
}

.c-por-title {
  position: relative;
  padding: 59px 0 47px 0;
}

.c-por-title::after {
  position: absolute;
  content: 'product';
  font-size: 227px;
  font-family: Impact;
  color: #fff;
  right: 0;
  top: 0;
  line-height: 202px;
  height: 202px;
}

.c-por-title .cat-dir,
.c-por-title .cat-name {
  background: #f8f8f8;
}

.c-pro-lists {
  background: #f8f8f8;
  padding-bottom: 76px;
  overflow: hidden;
}
.swiper-container.s2{
  margin: 0 -9px;
}
.por-1 {
  padding: 0 9px;
  position: relative;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.p-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  filter: opacity(0);
  opacity: 0;
  transition: all 0.5s ease;
}
.p-box h3{
  font-size: 18px;
  color: #fff;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.p-box button{
  cursor: pointer;
  width: 75px;
  height: 29px;
  border: 1px solid #fff;
  font-size: 12px;
  background: #f28e2e;
  line-height: 29px;
  color: #fff;
  margin-top: 28px;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateX(-50%);
}
.p-box:hover{
  background: #f28e2e;
  background: #f28e2ede;
  filter: opacity(1);
  opacity: 1;
}
.por-1 .pro-img {
  position: relative;
  width: 100%;
  padding-top: 93.64%;
}

.c-case {
  padding: 109px 0 51px 0;
}

.case-left {
  width: 387px;
}

.case-right {
  width: 822px;
  margin-right: -9px;
}

.case-one {
  padding: 0 9px;
}
.case-one .case-img{
  width: 100%;
  padding-top: 108.20%;
}
.case-one:hover .case-content .a1 {
  background-image: url(../images/a1.png);
  left: -17px;
}

.case-one .case-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2px;
  height: 107px;
  margin-top: -2px;
  padding: 20px 40px 0 40px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.case-one .case-content .a1 {
  position: absolute;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  top: 6px;
  left: -22px;
  width: 7px;
  height: 13px;
  vertical-align: middle;
  background: url(../images/a2.png) no-repeat;
}

.case-one .case-title {
  position: relative;
  font-size: 18px;
  color: #010101;
  padding-bottom: 17px;
}

.case-one .case-des {
  font-size: 14px;
}

.case-but {
  width: 162px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #f28e2e;
  color: #fff;
  border-radius: 20px;
  margin-top: 63px;
}

.c-news {
  background: #f8f8f8;
  padding: 57px 0 76px 0;
}

.c-news .pos-img {
  width: 100%;
  height: 278px;
  padding-top: 97px;
  padding-left: 43px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-news .cat-title {
  border: none;
  background: url(../images/border.png) no-repeat;
}

.c-news .cat-dir,
.c-news .cat-name {
  background: unset;
  color: #fff;
}

.news-pos {
  width: 454px;
  float: left;
}

.news-pos .pos-title {
  font-size: 16px;
  color: #000;
  width: 79.51%;
  height: 85px;
  line-height: 85px;
  text-align: center;
  background: #fff;
}

.news-time {
  width: 93px;
  height: 85px;
  background-color: #f28e2e;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news-time .day {
  font-size: 42px;
}

.news-lists {
  padding-left: 20px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-news .news-one {
  width: 242px;
  height: 365px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 34px 57px 21px;
  box-sizing: border-box;
  background: #fff;
}

.c-news .news-one .news-time {
  background: unset;
  color: #f28e2e;
  margin-left: -6px;
}

.c-news .news-one:hover {
  background: #f28e2e;
}

.c-news .news-one:hover .news-time, .c-news .news-one:hover .news-title {
  color: #fff;
}

.c-news .news-one:hover .news-des {
  color: #ffdcbb;
}

.c-news .news-one:hover .a-b {
  background-image: url(../images/arrw-w.png);
}

.news-title {
  font-size: 14px;
  margin: 34px 0 17px 0;
}

.news-des {
  color: #898989;
}

.a-b {
  margin: 0 auto;
  margin-top: 49px;
  display: block;
  width: 62px;
  height: 11px;
  background: url(../images/arrw-b.png) no-repeat;
  background-size: cover;
}

.footer {
  background: #1c1c22;
  padding: 70px 0 64px 0;
  color: #fff;
}

.f-contact {
  width: 334px;
}

.f-tel {
  font-size: 16px;
}

.f-tel .tel-name {
  padding-bottom: 10px;
}

.f-tel .tel-num {
  font-size: 24px;
  color: #f28e2e;
}

.f-tel img {
  margin-right: 17px;
  padding-top: 10px;
}

.f-addr {
  padding-top: 28px;
  font-size: 16px;
  line-height: 1.63;
}

.f-qr {
  float: left;
  padding: 0 62px;
  border-left: 2px dotted #fff;
  border-right: 2px dotted #fff;
  text-align: center;
}

.f-qr p {
  text-align: left;
  font-size: 14px;
  line-height: 1.29;
  padding-top: 5px;
}

.f-nav-copy {
  text-align: center;
  float: right;
}

.f-nav li {
  float: left;
  font-size: 14px;
  color: #fefefe;
}

.f-nav li:hover a {
  color: #f28e2e;
}

.f-nav li a {
  padding: 0 16px;
}

.f-copy {
  padding-top: 74px;
  font-size: 14px;
  line-height: 1.43;
  color: #c5c5c5;
}
/*# sourceMappingURL=index.css.map */